ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CursorCollectionView<T,K> Class
The type of the items in the collection.
The type of the token.
Members

In This Topic
    C1CursorCollectionView<T,K> Class
    In This Topic
    Base class for cursor-like collection views.
    Object Model
    C1CursorCollectionView<T,K> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1CursorCollectionView
        (Of T As Class,
         K) 
       Inherits C1CollectionViewBase(Of T)
       Implements ICollectionView(Of T)ISupportCurrencyISupportFilteringISupportIncrementalLoadingISupportRefreshingISupportSorting 
    Type Parameters
    T
    The type of the items in the collection.
    K
    The type of the token.
    Remarks
    This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
    Inheritance Hierarchy

    System.Object
       C1.CollectionView.C1CollectionViewBase<T>
          C1.CollectionView.C1CursorCollectionView<T,K>
             C1.CollectionView.C1CursorCollectionView<T>

    See Also